body {
  color: black;
  font-size: 16px;
  font-family: system-ui, sans-serif;
  background-color: snow;
}

p,
li {
  line-height: 1.2rem;
}
